例文
- One criticism is that checked exceptions encourage programmers to use an empty catch block ( catch ( Exception e ) { } ), which silently swallows exceptions, rather than letting the exceptions propagate to a higher-level exception-handling routine.